From 7bee50c4f61f49b4d343a97d2d5214825309dcaf Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Thu, 29 Jun 2023 14:33:29 +0100 Subject: [PATCH] Image: Fix missing closing backtick --- gtk/gtkimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index 7945886bf0..cc4283dd24 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -181,7 +181,7 @@ gtk_image_class_init (GtkImageClass *class) /** * GtkImage:file: (attributes org.gtk.Property.set=gtk_image_set_from_file) * - * The `GFile to display. + * The `GFile` to display. */ image_props[PROP_FILE] = g_param_spec_string ("file", NULL, NULL, -- 2.30.2